alter table "Appointment" 
add column "IsSalucroAppointment" boolean default false;
--------------------------------------------------
alter table "BookScanAppointment" 
add column "IsSalucroAppointment" boolean default false;